raar
Class SBMServerShutdown

java.lang.Object
  extended byraar.SBMServerShutdown
All Implemented Interfaces:
RAExternalAgentProtocol, java.io.Serializable

public class SBMServerShutdown
extends java.lang.Object
implements RAExternalAgentProtocol

With this little program you can neatly shutdown a running SBMServer.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class raar.external.RAExternalAgentProtocol
RAExternalAgentProtocol.ERROR, RAExternalAgentProtocol.PANIC
 
Field Summary
 
Fields inherited from interface raar.external.RAExternalAgentProtocol
AGENT_GO, CONNECT_AGENT, DISCONNECT_AGENT, GET_SENSORS, OK, SHUTDOWN_SERVER
 
Constructor Summary
SBMServerShutdown()
           
 
Method Summary
static void main(java.lang.String[] args)
          Perform the shutdown; wait until the server's free and then shutdown.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SBMServerShutdown

public SBMServerShutdown()
Method Detail

main

public static void main(java.lang.String[] args)
Perform the shutdown; wait until the server's free and then shutdown.